Loupe - Log - Monitor - Resolve
Loupe.Agent.Core.Services Namespace / ILoupeAgentBuilder Interface / AddApplicationUserProvider Method / AddApplicationUserProvider<T>() Method
The type of the provider, which must implement Gibraltar.Monitor.IApplicationUserProvider.

In This Topic
    AddApplicationUserProvider<T>() Method
    In This Topic
    Specify the Application User Provider for the current application.
    Syntax
    'Declaration
     
    
    Overloads Function AddApplicationUserProvider(Of T As {Class, IApplicationUserProvider})() As ILoupeAgentBuilder
    ILoupeAgentBuilder AddApplicationUserProvider<T>()
    where T: class, IApplicationUserProvider

    Type Parameters

    T
    The type of the provider, which must implement Gibraltar.Monitor.IApplicationUserProvider.

    Return Value

    The builder instance.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also